home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 67 < prev    next >
Text File  |  1994-08-27  |  1KB  |  29 lines

  1. Subject: Re: MAUS 
  2. Date: Tue, 31 May 94 14:27:50 +0100
  3. From: sjg
  4. X-Mts: smtp
  5.  
  6.  
  7. > Anyway,  menu shortcuts SHOULD be configurable from an application,  so
  8. > the user can throw away control A altogether.  I think we should also be
  9. > thinking of developing guidelines for such a configurable menu assignment.
  10. > A few ideas:
  11.  
  12. Menu shortcuts ought to be configurable, and even if not, they ought to be
  13. read dynamically from the resource. So if a user changes the ^A in the the
  14. file to ^P (why ?) he then gets to use ^P as the key for the menu entry.
  15.  
  16. This is pretty simple to do, but it would be simpler still if there was a
  17. library function :-) A function that scans the strings then returns a pointer
  18. to array of longs (words?) that describe the value given by the AES on a
  19. key event would do. If ^A (now ^P) was on the 15th menu entry, then menuKey[15]
  20. would be the AES's value for ^P.
  21.  
  22. At least this way, RSC editors can change the strings into a new language, and
  23. give meaningful shortcuts to the user (for other than the 'standard' ones, of 
  24. course :-)
  25.  
  26. Simon.
  27.  
  28.  
  29.